sync.entry.p (field)
20 uses
sync (current package)
map.go#L101: p atomic.Pointer[any]
map.go#L106: e.p.Store(&i)
map.go#L146: p := e.p.Load()
map.go#L165: p := e.p.Load()
map.go#L175: if e.p.CompareAndSwap(p, &nc) {
map.go#L178: p = e.p.Load()
map.go#L190: return e.p.CompareAndSwap(expunged, nil)
map.go#L197: return e.p.Swap(i)
map.go#L244: p := e.p.Load()
map.go#L257: if e.p.CompareAndSwap(nil, &ic) {
map.go#L260: p = e.p.Load()
map.go#L302: p := e.p.Load()
map.go#L306: if e.p.CompareAndSwap(p, nil) {
map.go#L318: p := e.p.Load()
map.go#L322: if e.p.CompareAndSwap(p, i) {
map.go#L427: p := e.p.Load()
map.go#L431: if e.p.CompareAndSwap(p, nil) {
map.go#L507: p := e.p.Load()
map.go#L509: if e.p.CompareAndSwap(nil, expunged) {
map.go#L512: p = e.p.Load()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |